<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å¼¹å¹•å¼€å…³*/

.switch {
	width: 60px;
	height: 30px;
	background: rgba(36, 106, 206, 1);
	border-radius: 15px;
	border: none;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
	outline: none;
	transition: all .2s;
	vertical-align: middle;
}

.switch&gt;span {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	left: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .2s;
}

.switch-active {
	background: #CCCCCC;
}

.switch-active&gt;span {
	left: 34px;
}
/*=================*/
.form-btn {
	display: inline-block;
}

.form-btn button:nth-child(1) {
	width: 100px;
	height: 40px;
	margin-left: -5px;
	margin-right: 15px;
	border: 1px solid transparent;
	position: relative;
	top: 1px;
	color: #ffffff;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	border-radius: 0px 20px 20px 0px;
}

.bb form {
	display: inline-block;
}

.btn-cl-op,
.btn-cl-op2 {
	width: 60px;
	height: 30px;
	border-radius: 30px;
	border: none;
	color: #FFFFFF;
	position: relative;
	top: 10px;
}

.btn-op,
.btn-cl {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin-left: 4px;
}

.btn-cl-op {
	display: none;
	background: rgba(36, 106, 206, 1);
}

.btn-cl-op2 {
	background: #CCCCCC;
}

.btn-cl {
	float: right;
	margin-right: 5px;
}

.btn-run:focus {
	outline: none;
}

.barrage {
	position: absolute;
	bottom: 70px;
	right: -500px;
	display: inline-block;
	width: 500px;
	z-index: 50
}

.barrage_box {
	background-color: rgba(0, 0, 0, .4);
	padding-right: 8px;
	height: 40px;
	display: inline-block;
	border-radius: 25px;
	transition: all .3s;
}

.barrage_box .portrait {
	display: inline-block;
	margin-top: 4px;
	margin-left: 4px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
}

.barrage_box .portrait img {
	width: 100%;
	height: 100%;
}

.barrage_box div.p a {
	margin-right: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin-left: 18px;
}

.barrage_box div.p a:hover {
	text-decoration: underline;
}

.barrage_box .close {
	visibility: hidden;
	opacity: 0;
	text-align: center;
	width: 25px;
	height: 25px;
	margin-left: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	margin-top: 8px;
	background-image: url(close.png);
}

.barrage_box:hover .close {
	visibility: visible;
	opacity: 1;
}

.barrage_box .close a {
	display: block;
}

.barrage_box .close .icon-close {
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	display: inline-block;
	margin-top: 5px;
}

.barrage .z {
	float: left !important;
}

.barrage a {
	text-decoration: none;
}</pre></body></html>